All Questions
2 questions
2votes
1answer
1kviews
Find signal's maximum peak in window
I have a 9-dimensional signal (as a csv from this Gist) that looks like this: A signal peaks every 30 steps. I want to get the maximum values of the peaks in that ...
2votes
1answer
2kviews
Generate a random discrete signal
I currently have this code to generate a discrete signal with random amplitudes, but a fixed frequency: ...